Typo fix.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 19 Jan 2007 16:23:53 +0000 (16:23 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 19 Jan 2007 16:23:53 +0000 (16:23 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2626 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/csv_util.c

index 9b85b005c0762154324832103b2f6d0586cda11c..ceb4c5f8ac01cf17f289c6fd9270f85d2cbb7fe3 100644 (file)
@@ -1011,7 +1011,7 @@ xcsv_data_read(void)
        /* Whack trailing space; leading space may matter if our field sep
         * is whitespace and we have leading whitespace. 
         */
-        buff = rtrim(buff);
+        rtrim(buff);
 
         /* skip over x many lines on the top for the prologue... */
         if ((xcsv_file.prologue_lines) && ((linecount - 1) <